ComponentOne FlexReport for WinForms
FindByName Method

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport Namespace > ReportObjectCollection<TItem> Class : FindByName Method
The name of the item.
Gets the item by its name, returns null if not found.
Syntax
'Declaration
 
Public Function FindByName( _
   ByVal name As System.String _
) As TItem
public TItem FindByName( 
   System.string name
)

Parameters

name
The name of the item.

Return Value

Returns the item with specified name, null otherwise.
See Also

Reference

ReportObjectCollection<TItem> Class
ReportObjectCollection<TItem> Members